diff options
| author | Pitu <[email protected]> | 2019-02-19 00:06:55 +0900 |
|---|---|---|
| committer | Pitu <[email protected]> | 2019-02-19 00:06:55 +0900 |
| commit | a857b8910b86eb3cbdae6944207b4888f8d44e53 (patch) | |
| tree | e54c08de6768f5ebabbd106298d80185c4c6b1bf | |
| parent | Update dependencies (diff) | |
| download | host.fuwn.me-a857b8910b86eb3cbdae6944207b4888f8d44e53.tar.xz host.fuwn.me-a857b8910b86eb3cbdae6944207b4888f8d44e53.zip | |
More stuff
| -rw-r--r-- | .editorconfig | 9 | ||||
| -rw-r--r-- | .gitattributes | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..1b83267 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +indent_style = tab +indent_size = 4 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..94f480d --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf
\ No newline at end of file |