Skip to content

Commit

Permalink
Adding cmake files to editorconfig.
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrechette committed Jan 16, 2019
1 parent 0d401d2 commit 5a2b417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Expand Up @@ -5,7 +5,7 @@ end_of_line = lf
insert_final_newline = true

# Matches multiple files with brace expansion notation
[*.{cpp,h,py,txt,sjson}]
[*.{cpp,h,py,txt,sjson,cmake}]
charset = utf-8
indent_style = tab
indent_size = 4
Expand Down

0 comments on commit 5a2b417

Please sign in to comment.