xref: /web-bugs/.editorconfig (revision be3c259e)
1# https://editorconfig.org/
2
3root = true
4
5[*]
6charset                  = utf-8
7end_of_line              = lf
8indent_size              = 4
9indent_style             = space
10tab_width                = 4
11trim_trailing_whitespace = true
12insert_final_newline     = true
13