dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 93a2c000d20d40498ab72f8b4cb093440668c751
parent cb3f53a5f4f14b5bb41efa124c5a9699cea079e3
Author: Chris Bracken <chris@bracken.jp>
Date:   Fri,  1 May 2020 23:24:23 -0700

Eliminate .clang-format

These should really be checked into the repos that need them. No need
for a top-level file in my home directory.

Diffstat:
D.clang-format | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/.clang-format b/.clang-format @@ -1,2 +0,0 @@ -BasedOnStyle: Chromium -ColumnLimit: 100