aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.idea (follow)
Commit message (Collapse)AuthorAgeFilesLines
* global: Add nullity annotationsEric Kuck2018-07-131-0/+2
| | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
* global: move to Apache 2.0Jason A. Donenfeld2018-07-062-7/+1
|
* idea: Disable an unwanted inspectionSamuel Holland2018-06-191-1/+0
| | | | | | Android Studio isn't smart enough to realize that the public/private keys and the keypair are effectively the same thing. Just turn off the inspection because it's usually tripped by intentional things.
* global: fix up copyrightsJason A. Donenfeld2018-05-032-4/+4
|
* project: Import select Android Studio configuration filesSamuel Holland2018-05-017-0/+1094
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>