aboutsummaryrefslogtreecommitdiff
path: root/node_modules/num2fraction/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/num2fraction/.editorconfig')
-rw-r--r--node_modules/num2fraction/.editorconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/node_modules/num2fraction/.editorconfig b/node_modules/num2fraction/.editorconfig
new file mode 100644
index 0000000..4a12c11
--- /dev/null
+++ b/node_modules/num2fraction/.editorconfig
@@ -0,0 +1,14 @@
+# editorconfig.org
+root = true
+
+[*]
+charset = utf-8
+indent_style = space
+indent_size = 2
+end_of_line = lf
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+
+[*.md]
+trim_trailing_whitespace = false