mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-10-31 22:17:29 +00:00
17 lines
239 B
INI
17 lines
239 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
|