mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-10-31 22:17:29 +00:00
20 lines
265 B
INI
20 lines
265 B
INI
# editorconfig.org
|
|
root = true
|
|
|
|
[*]
|
|
indent_size = 2
|
|
indent_style = space
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.dart]
|
|
max_line_length = 150
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|
|
|
|
[*.json]
|
|
indent_size = 4
|