Dotclear

source: .editorconfig @ 3610:be83aa85c5d9

Revision 3610:be83aa85c5d9, 497 bytes checked in by franck <carnet.franck.paul@…>, 8 years ago (diff)

Add .editorconfig with basic settings

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
10# top-most EditorConfig file
11root = true
12
13# Unix-style newlines with a newline ending every file
14[*]
15end_of_line = lf
16insert_final_newline = true
17charset = utf-8
18indent_style = tab
19trim_trailing_whitespace = true
20
21# Markdown
22[*.md]
23trim_trailing_whitespace = false
Note: See TracBrowser for help on using the repository browser.

Sites map