From 02b8ce92bafd09c074390fca725d638b535d3e5e Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Tue, 16 Feb 2016 14:07:48 +0900 Subject: [PATCH] .editorconfig: Remove unused comments --- .editorconfig | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index 7ad1d81..8a33692 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,14 +4,13 @@ root = true indent_style = space #indent_size = 2 #tab_width = 4 - end_of_line = lf #charset = utf-8 trim_trailing_whitespace = true -insert_final_newline = true#3ab +insert_final_newline = true max_line_length = 80 -;abc + [*.c] indent_size = 4