.editorconfig (228B)
1 # https://editorconfig.org 2 3 root = true 4 5 [*] 6 charset = utf-8 7 end_of_line = lf 8 indent_style = space 9 indent_size = 4 10 insert_final_newline = true 11 max_line_length = 80 12 trim_trailing_whitespace = true 13 14 [*.{yml,yaml}] 15 indent_size = 2