From 3f15f71dd8af010c2d871b99c5e940f352288cba Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Mon, 13 Apr 2015 13:41:23 +0900 Subject: [PATCH] Update editorconfig --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.editorconfig b/.editorconfig index 78b36ca..e62b828 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1 +1,6 @@ root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8