mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-12 15:33:08 +00:00
9 lines
No EOL
146 B
INI
9 lines
No EOL
146 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 4
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
charset = utf-8 |