diff options
| author | John Wilbert Villamor <lameguy64@gmail.com> | 2019-05-24 08:35:55 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-24 08:35:55 +0800 |
| commit | d9232579a11b8d9dceefdee308d54bd91979c85e (patch) | |
| tree | 6eccf090d4d89eca1f5eed7cc8314aeac5a73f62 | |
| parent | 3ffebff2aad2ca438cf76db51fb3459c5639cd67 (diff) | |
| parent | bb73d6aa0737a503af1f0472aa2da70b1f5f1b84 (diff) | |
| download | psn00bsdk-d9232579a11b8d9dceefdee308d54bd91979c85e.tar.gz | |
Merge pull request #2 from root670/add-editorconfig
Add .editorconfig.
| -rw-r--r-- | .editorconfig | 8 |
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 |
