29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-27 07:33:41 +00:00
cms/.editorconfig

17 lines
326 B
INI
Raw Normal View History

# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
2019-08-04 11:55:50 +00:00
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
2019-08-04 11:55:50 +00:00
[*.{js,json,scss,css}]
2019-08-04 11:55:50 +00:00
indent_style = space
indent_size = 2