scratch-render-fonts/.editorconfig
Christopher Willis-Ford a18829e7d2 style: configure eslint
2023-10-17 15:52:14 -07:00

11 lines
155 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_size = 4
trim_trailing_whitespace = true
[*.js]
indent_style = space