Replace .tern-project by .editorconfig

This commit is contained in:
Antoine Rey 2016-10-24 17:58:08 +02:00
parent a369124f76
commit c07cfab0da
2 changed files with 12 additions and 1 deletions

12
.editorconfig Normal file
View file

@ -0,0 +1,12 @@
# top-most EditorConfig file
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
[*.{java,xml}]
indent_size = 4
trim_trailing_whitespace = true

View file

@ -1 +0,0 @@
{"ide":{"scriptPaths":[{"type":"FOLDER","path":"src/main/webapp/bower_components"}]},"plugins":{"guess-types":{},"node":{},"angular":{}},"libs":["ecma5","browser"]}