From 62cb38bf8a826125fba0034221343aa70dd3d415 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Mon, 27 Jul 2015 21:35:54 -0700
Subject: Use clang-format, llvm style, for formatting.

* Reformatted all source files.
* Added 'format' target to Makefile.
* Removed 'astyle' target.
* Updated .editorconfig.
---
 .editorconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to '.editorconfig')

diff --git a/.editorconfig b/.editorconfig
index 915ad66..12032e6 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -9,8 +9,8 @@ insert_final_newline = true
 
 [*.{c,h}]
 trim_trailing_whitespace = true
-indent_style = tab
-indent_size = 8
+indent_style = space
+indent_size = 2
 
 [Makefile]
 trim_trailing_whitespace = true
-- 
cgit v1.2.3