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
62a8'>clang-tidy readability-redundant-smartptr-getNoel Grandin 2018-09-11Revert "clang bugprone-unused-return-value"Noel Grandin 2018-09-08clang bugprone-unused-return-valueNoel Grandin 2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin 2017-12-19inline use-once typedefsNoel Grandin 2017-12-11loplugin:salcall fix functionsNoel Grandin 2017-11-23Replace list by vector in incomingrequest (binaryurp)Julien Nabet 2017-11-23Revert partly 9d1f61a61893435b26f7239136ad92b7354545a8Julien Nabet 2017-11-18Replace some lists by vectors in binaryurpJulien Nabet 2017-10-26loplugin:constmethods in unotoolsNoel Grandin 2017-10-11binaryurp: consistently use "" and <> for include directivesMike Kaganski 2017-10-04add << operator for css::uno::ExceptionNoel Grandin 2017-09-08clang-tidy modernize-use-emplace in b*Noel Grandin 2017-08-25Replace use of oslInterlockedCount with std::atomicStephan Bergmann 2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin 2017-06-15use more SAL_N_ELEMENTS part 3Noel Grandin 2017-05-09cleanup osl/diagnose.h includesJochen Nitschke 2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky 2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: binaryurpStephan Bergmann 2017-02-15Drop :: prefix from std in [a-b]*/Tor Lillqvist 2017-02-06Add missing #includesStephan Bergmann 2017-02-03makeAny->Any in basctl..chart2Noel Grandin 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2016-11-23New o3tl::runtimeToOUString to convert from C++ runtime NTBS to OUStringStephan Bergmann 2016-11-15loplugin:unusedfieldsNoel Grandin 2016-09-16Replace remaining OSL_ASSERT etc. in binaryurpStephan Bergmann 2016-09-16In binaryurp, fix change from rtl_copyMemory to memcpyStephan Bergmann 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-08-19cid#1371307: Move semantics for BinaryAnyStephan Bergmann 2016-07-10split the assert into twoMarkus Mohrhard 2016-07-04use SAL_DEPRECATED in uno::ReferenceNoel Grandin 2016-07-04Fix some spelling errors in comments and stringsOtto Kekäläinen