github.com/avfs/avfs@v0.33.1-0.20240303173310-c6ba67c33eb7/.editorconfig (about) 1 root = true 2 3 [*] 4 charset = utf-8 5 end_of_line = lf 6 indent_size = 4 7 indent_style = tab 8 insert_final_newline = true 9 trim_trailing_whitespace = true 10 11 # trailing spaces in markdown indicate word wrap 12 [*.md] 13 trim_trailing_whitespace = false 14 max_line_length = 80 15 16 [*.yml] 17 indent_size = 2 18 indent_style = space