Skip to content

Commit

Permalink
Add editorconfig style for editors that support it.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Nov 18, 2018
1 parent 97014db commit 6a71784
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Copyright 2018 Rene Rivera
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE.txt or http://www.boost.org/LICENSE_1_0.txt)

root = true

[*]
charset = utf-8
indent_size = 4
indent_style = space
tab_width = 4
trim_trailing_whitespace = true

[*.yml]
indent_size = 2

0 comments on commit 6a71784

Please sign in to comment.