Files
tech-interview-handbook/.editorconfig
Tay Yang Shun 2182a70770 Squash commit
2017-09-20 15:27:28 +08:00

12 lines
160 B
INI

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