aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.idea/codeStyles (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ui: reformat all codeJason A. Donenfeld2023-05-051-0/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* idea: squelch XML codestyle warningHarsh Shandilya2022-05-261-3/+0
| | | | Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* project: use kotlin official code styleJason A. Donenfeld2021-05-051-9/+4
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* idea: import new import sorting rulesJason A. Donenfeld2020-09-151-1/+10
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* codestyle: Require atleast 10 references before using star importsHarsh Shandilya2020-03-191-0/+9
| | | | Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* Implement custom theming to match Google's AOSP designHarsh Shandilya2020-02-121-3/+0
| | | | | Closes: #4 Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* manifest: reorderJason A. Donenfeld2020-01-231-54/+13
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* idea: update settings for 3.5Jason A. Donenfeld2019-10-121-38/+0
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Adjust code generation to match existing styleSamuel Holland2018-12-151-0/+3
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* global: Add nullity annotationsEric Kuck2018-07-131-0/+2
| | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
* project: Import select Android Studio configuration filesSamuel Holland2018-05-012-0/+545
Having a consistent set of code style and inspection rules makes it easier for contributors to match the existing code. Signed-off-by: Samuel Holland <samuel@sholland.org>