Dotclear

source: .editorconfig @ 3683:51eaa1079bde

Revision 3683:51eaa1079bde, 775 bytes checked in by franck <carnet.franck.paul@…>, 8 years ago (diff)

Merge 2.13.1 release

Line 
1# EditorConfig is awesome: http://EditorConfig.org
2
3# Recommended for Dotclear developments and contribution
4# See https://dotclear.org/documentation/2.0/resources/coding-standards
5
6# Revisions
7#
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)
11
12# top-most EditorConfig file
13root = true
14
15# Unix-style newlines with a newline ending every file
16[*]
17end_of_line = lf
18insert_final_newline = true
19charset = utf-8
20indent_style = space
21indent_size = 2
22trim_trailing_whitespace = true
23
24# PHP - PSR-2
25[*.php]
26indent_style = space
27indent_size = 4
28
29# Markdown
30[*.md]
31indent_style = space
32indent_size = 4
33trim_trailing_whitespace = false
Note: See TracBrowser for help on using the repository browser.

Sites map