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
'/cgit/lo/core/commit/editeng/qa?h=cp-6.4-20&id=6b00d0576a310796590631d14c54d7d5ea6814ac'>Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann 2021-01-27Improve loplugin:stringliteralvarStephan Bergmann 2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel 2020-10-20use tools::Long in editengNoel 2020-06-03Upcoming loplugin:elidestringvar: editengStephan Bergmann 2020-06-02tdf#133589 AutoCorrect: transliterate to Old HungarianLászló Németh 2020-05-20use for-range on Sequence in e*Noel Grandin 2020-02-21Drop o3tl::optional wrapperStephan Bergmann 2019-12-20tdf#42949 Fix IWYU warnings in editeng/Gabor Kelemen 2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann 2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): editengStephan Bergmann 2019-05-22Spell out element access explicitly in test codeStephan Bergmann 2019-04-01tdf#120703 PVS: Silence V522 warningsMike Kaganski 2019-02-20Simplify containers iterations in desktop, dtrans, editeng, extensionsArkadiy Illarionov 2019-02-08loplugin:indentation in editeng..extensionsNoel Grandin 2018-11-16Revert "tdf#115639: Align right/center with trailing spaces the same"Tamás Zolnai 2018-10-29loplugin:oncevarNoel Grandin 2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin 2018-10-11Make editeng_core test depend on more_fontsJan-Marek Glogowski 2018-08-26tdf#106260 Fix invisible pasted urlsPaul Trojahn 2018-05-10store Color using boost::optional in EditCharAttribFieldNoel Grandin 2018-04-27convert auto correct flags to scoped enumNoel Grandin 2018-04-18tdf#42949 Remove unnecessary localization headers of editengGabor Kelemen 2018-04-03tdf#93173: Remove arbitrary line spacing limitMike Kaganski 2018-03-29tdf#116536 Fix bullet position with linespacing > 100Szymon Kłos