29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-20 11:05:08 +00:00
cms/.editorconfig

17 lines
339 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
2022-06-27 18:22:40 +00:00
# Unix-style end of lines and a blank line at the end of the file
[*]
2022-06-27 18:22:40 +00:00
indent_style = space
indent_size = 4
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_size = 2