]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - .editorconfig
Merge pull request #1698 from ArthurHoaro/feature/plugins-search-filter
[github/shaarli/Shaarli.git] / .editorconfig
CommitLineData
e9619cc4
V
1# EditorConfig: http://EditorConfig.org
2
3root = true
4
5[*]
6charset = utf-8
7end_of_line = lf
8insert_final_newline = true
9trim_trailing_whitespace = true
10indent_style = space
11indent_size = 4
12
03b483aa 13[*.{htaccess,html,scss,js,json,xml,yml}]
e9619cc4
V
14indent_size = 2
15
16[*.php]
485b168a 17max_line_length = 120
e9619cc4
V
18
19[Dockerfile]
20max_line_length = 80
21
22[Makefile]
23indent_style = tab