Add EditorConfig file for consistent code.
darkmorford -
f6401d22fc9e
Not Reviewed
Show More
Add another comment
TODOs: 0 unresolved 0 Resolved
COMMENTS: 0 General 0 Inline
@@ -0,0 +1,14
1 # Topmost editor config for this site
2 root = true
3
4 # Global config settings
5 [*]
6 charset = utf-8
7 indent_style = tab
8 insert_final_newline = true
9 trim_trailing_whitespace = true
10
11 # Exceptions for specific files
12 [composer.{json,lock}]
13 indent_size = 4
14 indent_style = space
Comments 0
You need to be logged in to leave comments. Login now