electron-fingerprints/.editorconfig
Nemo 54f9dd1127 Move to multiple smaller lookup tables
Also adds tests
And editorconfig for formatting
2021-07-18 17:07:14 +05:30

13 lines
172 B
INI

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