Changeset 3677:99d297453570 for .editorconfig
- Timestamp:
- 01/24/18 10:45:25 (8 years ago)
- Branch:
- 2.13
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.editorconfig
r3610 r3677 7 7 # 8 8 # 1. Franck: creation (2017-12-04) 9 # 2. Franck: PSR-2 for PHP, add specific extension settings (2018-01-19) 10 # 3. Franck: switch to 2 spaces by default, only *.php and *.md use 4 spaces (2018-01-24) 9 11 10 12 # top-most EditorConfig file … … 16 18 insert_final_newline = true 17 19 charset = utf-8 18 indent_style = tab 20 indent_style = space 21 indent_size = 2 19 22 trim_trailing_whitespace = true 23 24 # PHP - PSR-2 25 [*.php] 26 indent_style = space 27 indent_size = 4 20 28 21 29 # Markdown 22 30 [*.md] 31 indent_style = space 32 indent_size = 4 23 33 trim_trailing_whitespace = false
Note: See TracChangeset
for help on using the changeset viewer.