summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 226e4c219186397db30a75f94e91376792d39b95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# EditorConfig: http://EditorConfig.org

# top-most EditorConfig file
root = true

# General settings
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true

# Source code files
[*.{c,cxx,cpp,h,hxx,hpp,java,m,mm,py,swift,xsl}]
indent_style = space
indent_size = 4

# Makefiles
[{Makefile,*.mk}]
indent_style = tab
trim_trailing_whitespace = false

# Patch files
[*.patch.*]
trim_trailing_whitespace = false
atch run the new process hiddenMike Kaganski 2023-12-24Remove unused headers found by bin/find-unusedheaders.shGabor Kelemen 2023-11-29Extended loplugin:ostr: salStephan Bergmann 2023-11-19Extended loplugin:ostr: salStephan Bergmann 2023-11-18c++20: use std::erase(_if) instead of std::remove(_if)+erase (part 7)Julien Nabet 2023-11-08loplugin:stringstatic, lopluign:ostr (clang-cl)Stephan Bergmann 2023-11-03Make ExternalReferenceUriTranslator more robust against broken UTF-8Stephan Bergmann 2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: salStephan Bergmann 2023-10-15Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann 2023-10-11The other OStringLiteral ctor should be non-explicit tooStephan Bergmann 2023-10-11Delete OUString UTF-16 string literal ctor/assignment opStephan Bergmann 2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann 2023-09-29Drop some newly obsolete __cplusplus version checksStephan Bergmann 2023-09-24Drop some newly obsolete __clang_major__ version checksStephan Bergmann 2023-09-24Drop some newly obsolete __GNUC__ version checksStephan Bergmann