Skip to content

Commit

Permalink
set editorconfig indent_style to tab for c,h,cpp,hpp files
Browse files Browse the repository at this point in the history
  • Loading branch information
ximex authored and past-due committed Apr 24, 2021
1 parent d0ad844 commit 516da90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ charset = utf-8
[*.{cpp,c,hpp,h}]
insert_final_newline = true
trim_trailing_whitespace = true
# Specify indentation for WZ source files
[{lib,src}/**.{cpp,c,hpp,h}]
indent_style = tab

# YAML
[*.{yml,yaml}]
Expand Down

0 comments on commit 516da90

Please sign in to comment.