Skip to content

Commit

Permalink
office2john: Revert 67d2d38 and also fix .editorconfig so any
Browse files Browse the repository at this point in the history
python files are specified as having silly spaces-indentation.
  • Loading branch information
magnumripper committed Sep 13, 2016
1 parent e50f748 commit 7647afd
Show file tree
Hide file tree
Showing 2 changed files with 2,403 additions and 2,402 deletions.
11 changes: 6 additions & 5 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@ insert_final_newline = true
trim_trailing_whitespace = true

# Unix-style newlines with a newline ending every file
[*.{c,h,in,pl,py,sh,pm,cl}]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{c,h,in,pl,sh,pm,cl}]
indent_style = tab
# We don't enforce this for Jumbo, let user decide (that's the beauty of tabs)
#indent_size = 8

[*.py]
# Python is a really strange language
indent_style = space
indent_size = 4

[doc/*]
indent_size = 8

Expand Down
Loading

0 comments on commit 7647afd

Please sign in to comment.