mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 06:34:46 +02:00
13 lines
No EOL
203 B
INI
13 lines
No EOL
203 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_style = space
|
|
indent_size = 2
|
|
max_line_length = 100
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.{html,erb,js}]
|
|
indent_size = 4 |