]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix end of line config
authorJeremy Thomas <bbxdesign@gmail.com>
Thu, 14 Dec 2017 09:08:56 +0000 (09:08 +0000)
committerJeremy Thomas <bbxdesign@gmail.com>
Thu, 14 Dec 2017 09:09:04 +0000 (09:09 +0000)
.editorconfig

index 88423f2698db712559cda822bdf7400ea2de5763..4a7ea3036a20398caf9a9daa984acb4a019f3090 100644 (file)
@@ -3,7 +3,7 @@ root = true
 [*]
 indent_style = space
 indent_size = 2
-end_of_line = crlf
+end_of_line = lf
 charset = utf-8
 trim_trailing_whitespace = true
 insert_final_newline = true