aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Angular
diff options
context:
space:
mode:
authortranstrike <transtrike@gmail.com>2021-01-13 23:05:11 +0200
committertranstrike <transtrike@gmail.com>2021-01-13 23:05:11 +0200
commit260ef714231707c2c1bae116445b6b400803e367 (patch)
tree7e0975c940fc94b6b3721251d162245eb80ce79d /src/DevHive.Angular
parent4ce79a86b7b73b2cb341ac4ff98ad07edb0f0043 (diff)
downloadDevHive-260ef714231707c2c1bae116445b6b400803e367.tar
DevHive-260ef714231707c2c1bae116445b6b400803e367.tar.gz
DevHive-260ef714231707c2c1bae116445b6b400803e367.zip
Tweeked .editorconfig; Added omnisharp workspace-wide settings for code analyzers
Diffstat (limited to 'src/DevHive.Angular')
-rw-r--r--src/DevHive.Angular/.editorconfig20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/DevHive.Angular/.editorconfig b/src/DevHive.Angular/.editorconfig
deleted file mode 100644
index 5129152..0000000
--- a/src/DevHive.Angular/.editorconfig
+++ /dev/null
@@ -1,20 +0,0 @@
-# Editor configuration, see https://editorconfig.org
-root = true
-
-[*]
-charset = utf-8
-indent_style = tab
-indent_size = 4
-insert_final_newline = true
-trim_trailing_whitespace = true
-
-[*.css]
-indent_size = 2
-indent_style = space
-
-[*.ts]
-quote_type = single
-
-[*.md]
-max_line_length = off
-trim_trailing_whitespace = false