diff options
| author | Joaquim <joaquim.org@gmail.com> | 2021-02-01 10:44:10 (GMT) |
|---|---|---|
| committer | Joaquim <joaquim.org@gmail.com> | 2021-02-01 10:44:10 (GMT) |
| commit | ccd423bcef52b241fa0ced82d59fdb432b4347de (patch) | |
| tree | a57c56f146faf53153f5a188fdb33ea7430872ef /.gitconfig | |
| parent | a456887eff1bc0de6c6a8ecb49a961ffe75661db (diff) | |
| parent | 9c35b6fe5dc889b589b979dd7c650c70f302854b (diff) | |
Merge branch 'develop' of https://github.com/JF002/Pinetime into LVGL7
Diffstat (limited to '.gitconfig')
| -rw-r--r-- | .gitconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..b227447 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,5 @@ +[core] + whitespace = blank-at-eol,blank-at-eof,space-before-tab + autocrlf = input +[apply] + whitespace = fix |
