2012-08-28 23:25:20 +00:00
|
|
|
# This file is for unifying the coding style for different editors and IDEs
|
|
|
|
# editorconfig.org
|
2012-02-28 01:37:39 +00:00
|
|
|
|
|
|
|
root = true
|
|
|
|
|
2012-08-28 23:25:20 +00:00
|
|
|
[*]
|
2012-02-28 01:37:39 +00:00
|
|
|
indent_style = tab
|
2012-08-28 23:25:20 +00:00
|
|
|
end_of_line = lf
|
|
|
|
charset = utf-8
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
insert_final_newline = true
|
2012-10-14 23:09:42 +00:00
|
|
|
|
2024-03-29 13:13:46 +00:00
|
|
|
[*.yml]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|
|
|
|
|
2012-10-14 23:09:42 +00:00
|
|
|
[external/**]
|
|
|
|
trim_trailing_whitespace = false
|
|
|
|
insert_final_newline = varies
|
|
|
|
end_of_line = varies
|