silverstripe-testsession/.editorconfig

21 lines
465 B
INI
Raw Normal View History

2015-12-16 22:09:08 +01:00
# For more information about the properties used in this file,
# please see the EditorConfig documentation:
# http://editorconfig.org
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
2017-04-21 01:58:27 +02:00
[{*.yml,*.json}]
2015-12-16 22:09:08 +01:00
indent_size = 2
2017-11-28 01:19:02 +01:00
[composer.json]
indent_size = 4
2015-12-16 22:09:08 +01:00
# The indent size used in the package.json file cannot be changed:
# https://github.com/npm/npm/pull/3180#issuecomment-16336516