target/sh4: Remove unused definitions
[qemu/ar7.git] / .editorconfig
blob22681d91c6ff3c6256b04e7b064da6c5510f8de2
1 # EditorConfig is a file format and collection of text editor plugins
2 # for maintaining consistent coding styles between different editors
3 # and IDEs. Most popular editors support this either natively or via
4 # plugin.
6 # Check https://editorconfig.org for details.
8 root = true
10 [*]
11 end_of_line = lf
12 insert_final_newline = true
13 charset = utf-8
15 [*.mak]
16 indent_style = tab
17 indent_size = 8
18 file_type_emacs = makefile
20 [Makefile*]
21 indent_style = tab
22 indent_size = 8
23 file_type_emacs = makefile
25 [*.{c,h,c.inc,h.inc}]
26 indent_style = space
27 indent_size = 4
28 file_type_emacs = c
30 [*.sh]
31 indent_style = space
32 indent_size = 4
34 [*.{s,S}]
35 indent_style = tab
36 indent_size = 8
37 file_type_emacs = asm
39 [*.{vert,frag}]
40 file_type_emacs = glsl
42 [*.json]
43 indent_style = space
44 file_type_emacs = python