github.com/DerekStrickland/consul@v1.4.5/ui-v2/.editorconfig (about) 1 # EditorConfig helps developers define and maintain consistent 2 # coding styles between different editors and IDEs 3 # editorconfig.org 4 5 root = true 6 7 8 [*] 9 end_of_line = lf 10 charset = utf-8 11 trim_trailing_whitespace = true 12 13 [*.{js,scss}] 14 insert_final_newline = true 15 indent_style = space 16 indent_size = 2 17 18 [*.hbs] 19 insert_final_newline = false 20 21 [*.{diff,md}] 22 trim_trailing_whitespace = false