[retro-gtk] editorconfig: Add max_line_length to .c, .h and NEWS



commit 68e61b49b77966a50fc03ee58a3e9113d4fdef45
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Fri Oct 13 15:23:42 2017 +0200

    editorconfig: Add max_line_length to .c, .h and NEWS

 .editorconfig |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/.editorconfig b/.editorconfig
index 0907677..c862fe8 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -9,6 +9,7 @@ insert_final_newline = true
 indent_size = 2
 tab_size = 2
 indent_style = space
+max_line_length = 80
 
 [*.{ui,xml,modules}]
 indent_size = 2
@@ -29,3 +30,6 @@ indent_style = tab
 indent_size = 8
 tab_size = 8
 indent_style = space
+
+[NEWS]
+max_line_length = 72


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]