changeset 541 | e756a8c72c3d |
540:07239de796bb | 541:e756a8c72c3d |
---|---|
1 # Drupal editor configuration normalization |
|
2 # @see http://editorconfig.org/ |
|
3 |
|
4 # This is the top-most .editorconfig file; do not search in parent directories. |
|
5 root = true |
|
6 |
|
7 # All files. |
|
8 [*] |
|
9 end_of_line = LF |
|
10 indent_style = space |
|
11 indent_size = 2 |
|
12 charset = utf-8 |
|
13 trim_trailing_whitespace = true |
|
14 insert_final_newline = true |