TGM-Plugin-Activation/.editorconfig
Gary Jones 3aeaf982c6 editorconfig: Be a little more specific
Use file extensions to be a little more specific with configuration.
2017-06-30 12:54:21 +01:00

27 lines
477 B
INI

# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org
# WordPress Coding Standards
# http://make.wordpress.org/core/handbook/coding-standards/
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
[{.*rc,*.json,*.yml}]
indent_style = space
indent_size = 2
[composer.json]
indent_size = 4
[*.txt]
end_of_line = crlf
[*.md]
trim_trailing_whitespace = false