[retro-gtk] editorconfig: Add rules for GLSL files
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [retro-gtk] editorconfig: Add rules for GLSL files
- Date: Thu, 16 Nov 2017 06:54:31 +0000 (UTC)
commit f488a1ccccd7c267d47692a4e228837b85a52298
Author: Adrien Plazas <kekun plazas laposte net>
Date: Sun Oct 15 09:36:05 2017 +0200
editorconfig: Add rules for GLSL files
.editorconfig | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/.editorconfig b/.editorconfig
index 14415a2..ff8c16b 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -11,6 +11,12 @@ tab_size = 2
indent_style = space
max_line_length = 80
+[*.{glsl,vs,fs}]
+indent_size = 2
+tab_size = 2
+indent_style = space
+max_line_length = 80
+
[*.{ui,xml,modules}]
indent_size = 2
tab_size = 2
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]