aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wilbert Villamor <lameguy64@gmail.com>2019-05-24 08:35:55 +0800
committerGitHub <noreply@github.com>2019-05-24 08:35:55 +0800
commitd9232579a11b8d9dceefdee308d54bd91979c85e (patch)
tree6eccf090d4d89eca1f5eed7cc8314aeac5a73f62
parent3ffebff2aad2ca438cf76db51fb3459c5639cd67 (diff)
parentbb73d6aa0737a503af1f0472aa2da70b1f5f1b84 (diff)
downloadpsn00bsdk-d9232579a11b8d9dceefdee308d54bd91979c85e.tar.gz
Merge pull request #2 from root670/add-editorconfig
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