aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot670 <root670@gmail.com>2019-04-17 19:54:00 -0700
committerroot670 <root670@gmail.com>2019-04-17 19:54:00 -0700
commitbb73d6aa0737a503af1f0472aa2da70b1f5f1b84 (patch)
treec9b6e216b27aaaddf714c9999065f8f1e45ffc39
parente70cd149f41ea71f9ca9ee86c03d1e59005dad2a (diff)
downloadpsn00bsdk-bb73d6aa0737a503af1f0472aa2da70b1f5f1b84.tar.gz
Add .editorconfig.
-rw-r--r--.editorconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..12b5021
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,8 @@
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+indent_style = tab
+indent_size = 4
+trim_trailing_whitespace = true \ No newline at end of file