mirror of
https://github.com/zealdocs/zeal.git
synced 2026-08-29 08:34:50 +08:00
a8351053c7
Also indicate max_line_length is not an official setting.
33 lines
492 B
INI
33 lines
492 B
INI
# 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
|
|
|
|
[{*.cmake,CMakeLists.txt}]
|
|
# TODO: indent_size = 2
|
|
indent_size = 4
|
|
|
|
[*.css]
|
|
indent_size = 2
|
|
|
|
[*.json]
|
|
indent_size = 2
|
|
|
|
[*.{yaml,yml}]
|
|
indent_size = 2
|
|
|
|
[*.manifest]
|
|
indent_size = 2
|
|
|
|
[*.nuspec]
|
|
indent_size = 2
|