diff --git a/.editorConfig b/rm-community/.editorConfig similarity index 84% rename from .editorConfig rename to rm-community/.editorConfig index 1808f3da08..bfe2df82c6 100644 --- a/.editorConfig +++ b/rm-community/.editorConfig @@ -7,9 +7,10 @@ root = true # All files should use spaces. [*] indent_style = space -end_of_line = crlf -trim_trailing_whitespace = true -indent_size = 3 -[*.java] -indent_size = 4 +# Just JS for now. +[*.js] +indent_size = 3 +trim_trailing_whitespace = true + +#TODO: css, xml, ftl, etc. diff --git a/.jshintrc b/rm-community/.jshintrc similarity index 99% rename from .jshintrc rename to rm-community/.jshintrc index 67d44b1766..b68d89a65f 100644 --- a/.jshintrc +++ b/rm-community/.jshintrc @@ -41,4 +41,4 @@ "browser": true, "dojo": true -} +} \ No newline at end of file