aboutsummaryrefslogtreecommitdiffstats
path: root/library/moment/.editorconfig
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-11-18 23:58:47 +0100
committerMario Vavti <mario@mariovavti.com>2015-11-18 23:58:47 +0100
commitdb9c2992e3102323b7500213c1ddea3b8611e1f0 (patch)
treea061b4cd2abda66cdb8018330fcca2acd4c06093 /library/moment/.editorconfig
parentb23284cba28335f61595f2264685b1bbafc19183 (diff)
downloadvolse-hubzilla-db9c2992e3102323b7500213c1ddea3b8611e1f0.tar.gz
volse-hubzilla-db9c2992e3102323b7500213c1ddea3b8611e1f0.tar.bz2
volse-hubzilla-db9c2992e3102323b7500213c1ddea3b8611e1f0.zip
remove more unneeded files
Diffstat (limited to 'library/moment/.editorconfig')
-rw-r--r--library/moment/.editorconfig17
1 files changed, 0 insertions, 17 deletions
diff --git a/library/moment/.editorconfig b/library/moment/.editorconfig
deleted file mode 100644
index 2451a5610..000000000
--- a/library/moment/.editorconfig
+++ /dev/null
@@ -1,17 +0,0 @@
-root = true
-
-[*]
-charset = utf-8
-end_of_line = lf
-insert_final_newline = true
-trim_trailing_whitespace = true
-indent_style = space
-
-[*.{js,json}]
-indent_size = 4
-
-[*.{yml}]
-indent_size = 2
-
-[*.md]
-trim_trailing_whitespace = false