node-oracledb/.editorconfig

12 lines
155 B
INI
Raw Normal View History

2016-03-24 18:47:37 +08:00
root = true
[*]
end_of_line = lf
indent_style = space
[*.js]
indent_size = 2
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true