Skip to content

Commit

Permalink
Fix #1208: Add .editorconfig (#1209)
Browse files Browse the repository at this point in the history
  • Loading branch information
singhpratyush authored and mariobehling committed Jun 1, 2017
1 parent 5bc8f7e commit f7c0cb4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
root = true

# Global settings
[*]
indent_style = space
end_of_line = lf
charset = utf-8

# Specially for java
[*.java]
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true


# Batch files use tabs for indentation
[*.bat]
indent_style = tab

0 comments on commit f7c0cb4

Please sign in to comment.