diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-08-06 19:14:04 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-08-06 19:14:04 +0300 |
commit | 568c5aca871f1db31498815b47f117d2699ee2c0 (patch) | |
tree | 333032722dc2a1da8e6fe7e9ce55e4fc418ced5c | |
parent | 8803df394ab67ad13fdd1955eabee327b1d454e2 (diff) | |
download | sproxy2-568c5aca871f1db31498815b47f117d2699ee2c0.tar.gz |
Add .hindent.yaml
-rw-r--r-- | .hindent.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.hindent.yaml b/.hindent.yaml new file mode 100644 index 0000000..3dba089 --- /dev/null +++ b/.hindent.yaml @@ -0,0 +1,3 @@ +indent-size: 2 +line-length: 80 +force-trailing-newline: true |