a comparison of tools within the JavaScript ecosystem
at main 260 B view raw
1root = true 2 3end_of_line = lf 4insert_final_newline = true 5 6[*] 7charset = utf-8 8trim_trailing_whitespace = true 9insert_final_newline = true 10indent_style = tab 11indent_tab = 4 12 13[*.md] 14trim_trailing_whitespace = false 15 16[*.yml] 17indent_style = space 18indent_size = 2