Changeset 3668:eae37064e2c2 for .editorconfig
- Timestamp:
- 01/19/18 13:22:42 (8 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.editorconfig
r3610 r3668 7 7 # 8 8 # 1. Franck: creation (2017-12-04) 9 # 2. Franck: PSR-2 for PHP, add specific extension settings (2018-01-19) 9 10 10 11 # top-most EditorConfig file … … 17 18 charset = utf-8 18 19 indent_style = tab 20 indent_size = 4 19 21 trim_trailing_whitespace = true 22 23 # PHP 24 [*.php,*.tpl] 25 indent_style = space 26 indent_size = 4 27 28 # Javascript/JSon 29 [*.js,*.json] 30 indent_style = space 31 indent_size = 2 20 32 21 33 # Markdown 22 34 [*.md] 23 35 trim_trailing_whitespace = false 36 37 # XML 38 [*.xml] 39 indent_style = space 40 indent_size = 2
Note: See TracChangeset
for help on using the changeset viewer.