repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use SfxModalDialog class as Hyperlink dialog's base
[LibreOffice.git]
/
.editorconfig
blob
be10d26ceddce7d421d643c8d38778903f86be35
1
# EditorConfig: http://EditorConfig.org
2
3
# top-most EditorConfig file
4
root = true
5
6
# General settings
7
[*]
8
end_of_line = lf
9
insert_final_newline = true
10
charset = utf-8
11
trim_trailing_whitespace = true
12
13
# Source code files
14
[*.{c,cxx,cpp,h,hxx,hpp,java,py}]
15
indent_style = space
16
indent_size = 4
17
18
# Makefiles
19
[{Makefile,*.mk}]
20
indent_style = tab
21
trim_trailing_whitespace = false
22
23
# Patch files
24
[*.patch.*]
25
trim_trailing_whitespace = false
26
27
# XSL files
28
[*.xsl]
29
indent_style = tab