UNPKG

604 BPlain TextView Raw
1# .editorconfig <https://github.com/tunnckoCore/dotfiles>
2#
3# Copyright (c) 2014-2015 Charlike Mike Reagent, contributors.
4# Released under the MIT license.
5#
6
7root = true
8
9[*]
10indent_style = space
11charset = utf-8
12end_of_line = lf
13insert_final_newline = false
14trim_trailing_whitespace = false
15
16[*.{js,php}]
17indent_size = 2
18insert_final_newline = true
19trim_trailing_whitespace = true
20
21[*.{php,html}]
22indent_size = 4
23
24[*.{json,cson,yml,yaml,html,md,jade,css,stylus}]
25indent_size = 2
26
27[Makefile]
28indent_size = 2
29indent_style = tab
30
31[.*rc]
32indent_size = 2
33indent_style = space
34trim_trailing_whitespace = true
\No newline at end of file