# 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,py}] indent_style = space indent_size = 4 # Makefiles [{Makefile,*.mk}] indent_style = tab trim_trailing_whitespace = false # Patch files [*.patch.*] trim_trailing_whitespace = false '/cgit-data/cgit.png' alt='cgit logo'/> index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/toolkit/test/accessibility/Canvas.java
AgeCommit message (Expand)Author
2015-11-05java: combine nested if statementsNoel Grandin
2015-01-05java: was passing the wrong thing to the remove methodNoel Grandin
2014-12-11java: reduce visibility of fields and methodsNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-10-16java: always use braces for while loopsNoel Grandin
2014-10-07java: use isEmpty() instead of "size() == 0"Noel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-12java: remove unused parametersNoel Grandin
2014-08-08java: remove unused fieldsNoel Grandin
2014-08-05java: remove unused fieldsNoel Grandin
2014-08-05java: remove various unused variablesNoel Grandin
2014-04-14typo: arround -> aroundThomas Arnhold