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