mirror of
https://github.com/elementary/gala.git
synced 2024-11-23 20:07:21 +03:00
16 lines
255 B
INI
16 lines
255 B
INI
# EditorConfig <http://EditorConfig.org>
|
|
root = true
|
|
|
|
# elementary defaults
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_size = tab
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
max_line_length = 80
|
|
tab_width = 4
|
|
|
|
[{*.xml,*.xml.in,*.yml}]
|
|
tab_width = 2
|