File tree 1 file changed +11
-6
lines changed
1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 4
4
# plugin.
5
5
#
6
6
# Check https://editorconfig.org for details.
7
+ #
8
+ # Emacs: you need https://github.com/10sr/editorconfig-custom-majormode-el
9
+ # to automatically enable the appropriate major-mode for your files
10
+ # that aren't already caught by your existing config.
11
+ #
7
12
8
13
root = true
9
14
@@ -15,17 +20,17 @@ charset = utf-8
15
20
[* .mak ]
16
21
indent_style = tab
17
22
indent_size = 8
18
- file_type_emacs = makefile
23
+ emacs_mode = makefile
19
24
20
25
[Makefile* ]
21
26
indent_style = tab
22
27
indent_size = 8
23
- file_type_emacs = makefile
28
+ emacs_mode = makefile
24
29
25
30
[* .{c,h,c.inc,h.inc} ]
26
31
indent_style = space
27
32
indent_size = 4
28
- file_type_emacs = c
33
+ emacs_mode = c
29
34
30
35
[* .sh ]
31
36
indent_style = space
@@ -34,11 +39,11 @@ indent_size = 4
34
39
[* .{s,S} ]
35
40
indent_style = tab
36
41
indent_size = 8
37
- file_type_emacs = asm
42
+ emacs_mode = asm
38
43
39
44
[* .{vert,frag} ]
40
- file_type_emacs = glsl
45
+ emacs_mode = glsl
41
46
42
47
[* .json ]
43
48
indent_style = space
44
- file_type_emacs = python
49
+ emacs_mode = python
You can’t perform that action at this time.
0 commit comments