name-suggestion-index/.editorconfig
Bryan Housel 6aabe685e5 Add jest for testing, create test for simplify
Also remove the validate.js file, since validation happens on index build
(re #4788)
2020-12-23 10:18:45 -05:00

9 lines
No EOL
129 B
INI

root = true
[*]
trim_trailing_whitespace = true
insert_final_newline = true
[*.json, *.js]
indent_style = space
indent_size = 2