nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / jqTree / .editorconfig
1 # EditorConfig helps developers define and maintain
2 # consistent coding styles between different editors and IDEs.
3
4 root = true
5
6 [*]
7 end_of_line = lf
8 charset = utf-8
9 trim_trailing_whitespace = true
10 insert_final_newline = true
11 indent_style = space
12 indent_size = 4