Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Added configuration for python into .editorconfig (dmlc#3494)
Browse files Browse the repository at this point in the history
* Added configuration for python into .editorconfig

* Fixed forgotten change in the number of spaces
  • Loading branch information
KOLANICH authored and hcho3 committed Jul 23, 2018
1 parent a393d44 commit a1505de
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .editorconfig
Expand Up @@ -4,4 +4,8 @@ root = true
charset=utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
insert_final_newline = true

[*.py]
indent_style = space
indent_size = 4

0 comments on commit a1505de

Please sign in to comment.