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
Noel Grandin 2022-06-01The return value of XConnection::read is guaranteed to be non-negativeStephan Bergmann 2022-06-01The return value of those getLength functions is guaranteed to be non-negativeStephan Bergmann 2022-05-23cid#1504543 Silence unhelpful, aggressive UNINIT_CTORStephan Bergmann 2022-05-23Adapt commentStephan Bergmann 2022-05-21clang-tidy modernize-pass-by-value in binaryurpNoel Grandin 2022-05-09tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroPragat Pandya 2022-04-14Pick better variable typesStephan Bergmann 2022-03-25binaryurp: use more std::mutexArnaud Versini 2022-02-06tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroVaibhavMalik4187 2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann 2021-10-29Prepare for removal of non-const operator[] from Sequence in binaryurpMike Kaganski 2021-10-08loplugin:moveparam in binaryurpNoel Grandin 2021-09-10clang:optin.performance.Padding in binaryurpNoel Grandin 2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin 2021-07-18binaryurp : use std::mutex in outgoingrequestsArnaud Versini 2021-06-07Revert "improve logging message"Noel Grandin 2021-06-07improve logging messageNoel Grandin 2021-06-05Simplify Sequences initializations (accessibility/binaryurp)Julien Nabet 2021-05-17small perf improvement in readMemberValuesNoel Grandin 2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann 2021-04-07Updated README.md files to represent current code / use Markdown formatHossein 2021-03-24Using .md extension/Markdown syntax for modules READMEHossein 2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski 2021-02-16loplugin:referencecasting in basctl..binaryurpNoel 2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel 2020-11-13tdf#123936 Formatting files in module binaryurp with clang-formatPhilipp Hofer 2020-11-05tdf#42949 Fix new IWYU warnings in directories [ab]*Gabor Kelemen 2020-09-04tdf#124176 Use #pragma once in binaryurpGeorge Bateman 2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens 2020-07-05binaryurp: create instances with uno constructorsNoel Grandin 2020-06-30Upcoming improved loplugin:staticanonymous -> redundantstatic: binaryurpStephan Bergmann 2020-06-25Rephrase commentStephan Bergmann 2020-06-25Fix typosAndrea Gelmini 2020-06-23HACK to decouple URP release calls from all other threadsStephan Bergmann 2020-06-10Improve a SAL_WARN messageStephan Bergmann 2020-06-04Properly handle initial object queryInterface return valueStephan Bergmann 2020-05-15use for-range on Sequence in basctl..canvasNoel Grandin 2020-01-28tdf#42949 Add back includes to binaryurp/Gabor Kelemen 2020-01-28New loplugin:unsignedcompareStephan Bergmann 2020-01-27tdf#42949 Fix IWYU warnings in binaryurp/Gabor Kelemen