Dotclear


Ignore:
Timestamp:
01/24/18 10:45:25 (8 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
2.13
Message:

EditorConfig?: switch to 2 spaces by default, only *.php and *.md use 4 spaces → should be progressively use in the future

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .editorconfig

    r3610 r3677  
    77# 
    88# 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) 
    911 
    1012# top-most EditorConfig file 
     
    1618insert_final_newline = true 
    1719charset = utf-8 
    18 indent_style = tab 
     20indent_style = space 
     21indent_size = 2 
    1922trim_trailing_whitespace = true 
     23 
     24# PHP - PSR-2 
     25[*.php] 
     26indent_style = space 
     27indent_size = 4 
    2028 
    2129# Markdown 
    2230[*.md] 
     31indent_style = space 
     32indent_size = 4 
    2333trim_trailing_whitespace = false 
Note: See TracChangeset for help on using the changeset viewer.

Sites map