Skip to content

Commit 75197b9

Browse files
authored
Merge pull request #29 from boazpoolman/develop
Develop
2 parents 17b4be7 + 00a2c4a commit 75197b9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+15238
-1267
lines changed

.editorconfig

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
root = true
22

33
[*]
4-
end_of_line = lf
5-
insert_final_newline = false
64
indent_style = space
75
indent_size = 2
6+
end_of_line = LF
7+
charset = utf-8
8+
trim_trailing_whitespace = true
9+
insert_final_newline = true
10+
11+
[*.md]
12+
trim_trailing_whitespace = false

.eslintignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
**/node_modules
2+
**/public
3+
**/build
4+
**/config
5+
**/scripts
6+
**/xsl

0 commit comments

Comments
 (0)