Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
35421: editorconfig: Use tabs for Makefile indentation r=bobvawter a=bobvawter

The current configuration makes e.g. GoLand insert spaces instead of tabs and
damages the Makefile.

Release note: None

Co-authored-by: Bob Vawter <[email protected]>
  • Loading branch information
craig[bot] and bobvawter committed Mar 5, 2019
2 parents 6d61302 + 3aa74da commit 875534c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ charset = utf-8
# For non-go files, we indent with two spaces. In go files we indent
# with tabs but still set indent_size to control the github web viewer.
indent_size=2

# Makefiles are broken without using actual tabs for indentation.
[Makefile]
indent_style = tab

0 comments on commit 875534c

Please sign in to comment.