wallabag/.editorconfig

24 lines
342 B
INI
Raw Permalink Normal View History

2015-01-31 08:41:49 +00:00
; top-most EditorConfig file
root = true
; Unix-style newlines
[*]
end_of_line = LF
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
[*.{js,css}]
indent_style = space
indent_size = 2
2017-11-01 13:47:06 +00:00
2018-12-05 13:29:46 +00:00
[*akefile]
2017-11-01 13:47:06 +00:00
indent_style = tab
2020-11-23 21:39:32 +00:00
[.github/**.yml]
indent_size = 2
2024-01-02 07:35:31 +00:00
[phpstan-baseline.neon]
indent_style = tab