diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2016-12-31 02:21:10 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2016-12-31 02:21:10 +0900 |
| commit | 7a3f7bce872c41cefc54993cf08891398e327f90 (patch) | |
| tree | b34b0410d29ec3e2888026594eb8ecdb24f96306 /.editorconfig | |
| parent | Support Docker (diff) | |
| download | sharkey-7a3f7bce872c41cefc54993cf08891398e327f90.tar.gz sharkey-7a3f7bce872c41cefc54993cf08891398e327f90.tar.bz2 sharkey-7a3f7bce872c41cefc54993cf08891398e327f90.zip | |
Update .editorconfig
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index d56aa31abe..6df33755e4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,6 @@ root = true [*] indent_style = tab indent_size = 2 -end_of_line = crlf charset = utf-8 insert_final_newline = true |