Version 1
[yaffs-website] / node_modules / request-progress / .editorconfig
diff --git a/node_modules/request-progress/.editorconfig b/node_modules/request-progress/.editorconfig
new file mode 100644 (file)
index 0000000..8bc4f10
--- /dev/null
@@ -0,0 +1,15 @@
+root = true
+
+[*]
+indent_style = space
+indent_size = 4
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[*.md]
+trim_trailing_whitespace = false
+
+[package.json]
+indent_size = 2