]> git.immae.eu Git - github/wallabag/wallabag.git/blame_incremental - .editorconfig
Merge pull request #4438 from wallabag/dependabot/composer/scheb/two-factor-bundle...
[github/wallabag/wallabag.git] / .editorconfig
... / ...
CommitLineData
1; top-most EditorConfig file
2root = true
3
4; Unix-style newlines
5[*]
6end_of_line = LF
7indent_style = space
8indent_size = 4
9trim_trailing_whitespace = true
10insert_final_newline = true
11
12[*.{js,css}]
13indent_style = space
14indent_size = 2
15
16[Makefile]
17indent_style = tab