summaryrefslogtreecommitdiff
path: root/src/main/js/.editorconfig
diff options
context:
space:
mode:
authorjbion <joffrey.bion@amadeus.com>2017-01-20 16:11:24 +0100
committerjbion <joffrey.bion@amadeus.com>2017-01-20 16:11:35 +0100
commitb32cdf5c4f5d0b4f31b3bcfa64fe9328ed78d818 (patch)
treebdda009d448cb6b56415d90eae90eceb138318e4 /src/main/js/.editorconfig
parentMerge remote-tracking branch 'origin/feature/front' (diff)
downloadseven-wonders-b32cdf5c4f5d0b4f31b3bcfa64fe9328ed78d818.tar.gz
seven-wonders-b32cdf5c4f5d0b4f31b3bcfa64fe9328ed78d818.tar.bz2
seven-wonders-b32cdf5c4f5d0b4f31b3bcfa64fe9328ed78d818.zip
Move frontend and backend into 2 separate subprojects
Diffstat (limited to 'src/main/js/.editorconfig')
-rw-r--r--src/main/js/.editorconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/main/js/.editorconfig b/src/main/js/.editorconfig
deleted file mode 100644
index 32c3b3d4..00000000
--- a/src/main/js/.editorconfig
+++ /dev/null
@@ -1,9 +0,0 @@
-root = false
-
-[*]
-end_of_line = lf
-charset = utf-8
-trim_trailing_whitespace = true
-insert_final_newline = true
-indent_style = space
-indent_size = 2 \ No newline at end of file
bgstack15