29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-20 19:15:27 +00:00
cms/.editorconfig

17 lines
331 B
INI
Raw Normal View History

2021-01-02 20:15:10 +00:00
# EditorConfig is awesome: https://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,vue}]
2019-08-04 11:55:50 +00:00
indent_style = space
indent_size = 2