Use SfxModalDialog class as Hyperlink dialog's base
[LibreOffice.git] / .editorconfig
blobbe10d26ceddce7d421d643c8d38778903f86be35
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,py}]
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
27 # XSL files
28 [*.xsl]
29 indent_style = tab