We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 757a2f9 commit 3ad8965Copy full SHA for 3ad8965
.editorconfig
@@ -0,0 +1,21 @@
1
+# Learn more about EditorConfig at http://editorconfig.org
2
+
3
+root = true
4
5
+[*]
6
+charset = utf-8
7
+trim_trailing_whitespace = true
8
+end_of_line = lf
9
+insert_final_newline = true
10
11
+[*.clj]
12
+indent_style = space
13
+indent_size = 2
14
15
+[*.cljs]
16
17
18
19
+[*.cljc]
20
21
.travis.yml
@@ -7,6 +7,10 @@ cache:
directories:
- $HOME/.m2
+before_script:
+ - npm install -g eclint
+ - eclint check *
jdk:
- oraclejdk8
- oraclejdk7
0 commit comments