pViewShell arg is never null, just use a reference here
[libreoffice.git] / .editorconfig
blob226e4c219186397db30a75f94e91376792d39b95
1 # EditorConfig: http://EditorConfig.org
3 # top-most EditorConfig file
4 root = true
6 # General settings
7 [*]
8 end_of_line = lf
9 insert_final_newline = true
10 charset = utf-8
11 trim_trailing_whitespace = true
13 # Source code files
14 [*.{c,cxx,cpp,h,hxx,hpp,java,m,mm,py,swift,xsl}]
15 indent_style = space
16 indent_size = 4
18 # Makefiles
19 [{Makefile,*.mk}]
20 indent_style = tab
21 trim_trailing_whitespace = false
23 # Patch files
24 [*.patch.*]
25 trim_trailing_whitespace = false