Files
OrcaSlicer_WIKI/.editorconfig
Ian Bassi 50e3a062bd Formating rules and Full update (#107)
* Add editor and markdown configuration files

Introduces .editorconfig, .markdownlint.json, and VS Code settings for consistent formatting and markdown linting. These files help standardize code style and markdown indentation across the project.

* Full reformat
2026-01-10 22:27:49 -03:00

13 lines
188 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
indent_style = space
indent_size = 4
trim_trailing_whitespace = false