2015-07-13 10:57:50 +00:00
|
|
|
# top-most EditorConfig file
|
|
|
|
root = true
|
|
|
|
|
|
|
|
# Unix-style newlines with a newline ending every file
|
|
|
|
[*]
|
|
|
|
end_of_line = lf
|
|
|
|
insert_final_newline = true
|
|
|
|
|
|
|
|
# Set default charset and indentation
|
2018-08-19 20:18:53 +00:00
|
|
|
[*.{php,js,scss,vue}]
|
2015-07-13 10:57:50 +00:00
|
|
|
charset = utf-8
|
|
|
|
indent_style = tab
|
2016-02-28 19:18:40 +00:00
|
|
|
tab_width = 4
|
|
|
|
indent_size = 4
|
2015-07-13 10:57:50 +00:00
|
|
|
|
|
|
|
# Indentation override for PHP templates
|
|
|
|
[templates/**.php]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 4
|