diff options
| author | root670 <root670@gmail.com> | 2019-04-17 19:54:00 -0700 |
|---|---|---|
| committer | root670 <root670@gmail.com> | 2019-04-17 19:54:00 -0700 |
| commit | bb73d6aa0737a503af1f0472aa2da70b1f5f1b84 (patch) | |
| tree | c9b6e216b27aaaddf714c9999065f8f1e45ffc39 | |
| parent | e70cd149f41ea71f9ca9ee86c03d1e59005dad2a (diff) | |
| download | psn00bsdk-bb73d6aa0737a503af1f0472aa2da70b1f5f1b84.tar.gz | |
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 |
