]> git.immae.eu Git - github/wallabag/wallabag.git/blame - .editorconfig
Merge pull request #4438 from wallabag/dependabot/composer/scheb/two-factor-bundle...
[github/wallabag/wallabag.git] / .editorconfig
CommitLineData
daacffef
J
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
5637a26e 11
68003139 12[*.{js,css}]
5637a26e
TC
13indent_style = space
14indent_size = 2
5872cd19 15
6df8b9c6 16[*akefile]
5872cd19 17indent_style = tab