Light.vnTools/.editorconfig

21 lines
556 B
INI
Raw Permalink Normal View History

# For VS Code user, install: https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig
# For Sublime Text user, install: https://github.com/sindresorhus/editorconfig-sublime#readme
# See https://editorconfig.org/ for more information about Editor Config.
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
indent_style = space
insert_final_newline = true
[*.cs]
indent_size = 4
trim_trailing_whitespace = true
[*.md]
indent_size = 2
trim_trailing_whitespace = false