Files

33 lines
492 B
INI
Raw Permalink Normal View History

2018-10-13 21:52:23 -04:00
# EditorConfig (https://editorconfig.org)
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_size = 4
indent_style = space
trim_trailing_whitespace = true
# Removed from EditorConfig spec, but still supported by some editors.
max_line_length = 120
2023-09-18 02:30:10 -04:00
[{*.cmake,CMakeLists.txt}]
# TODO: indent_size = 2
indent_size = 4
2026-02-26 01:48:17 +02:00
[*.css]
indent_size = 2
2023-09-18 02:30:10 -04:00
[*.json]
indent_size = 2
[*.{yaml,yml}]
2018-10-13 21:52:23 -04:00
indent_size = 2
[*.manifest]
indent_size = 2
[*.nuspec]
indent_size = 2