summaryrefslogtreecommitdiffstats
path: root/webapp/.editorconfig
diff options
context:
space:
mode:
authorUdo Walter2019-03-05 02:32:48 +0100
committerUdo Walter2019-03-05 02:32:48 +0100
commit763d7d345bb9cbbdfc08d2bde4365241b6cffd88 (patch)
treea73a6588c0a232091628aff11753c91c4f4f0ea9 /webapp/.editorconfig
parent[server/setup] Move (initial) setup in it's own api file (diff)
downloadbas-763d7d345bb9cbbdfc08d2bde4365241b6cffd88.tar.gz
bas-763d7d345bb9cbbdfc08d2bde4365241b6cffd88.tar.xz
bas-763d7d345bb9cbbdfc08d2bde4365241b6cffd88.zip
[webapp] migrate from vue cli 2 to vue cli 3
Diffstat (limited to 'webapp/.editorconfig')
-rw-r--r--webapp/.editorconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/webapp/.editorconfig b/webapp/.editorconfig
deleted file mode 100644
index 9d08a1a..0000000
--- a/webapp/.editorconfig
+++ /dev/null
@@ -1,9 +0,0 @@
-root = true
-
-[*]
-charset = utf-8
-indent_style = space
-indent_size = 2
-end_of_line = lf
-insert_final_newline = true
-trim_trailing_whitespace = true