jsonxs 0.0.1

Extra small JSON exporter
Documentation
# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true

# newline ending every file; no trailing space
[*]
insert_final_newline = true
trim_trailing_whitespace = true

# Matches multiple files with brace expansion notation
# Set default charset
[*.{js,json,py,xml,java}]
charset = utf-8

# 4 space indentation
[*.{java,xml}]
indent_style = space
indent_size = 4

# Tab indentation (no size specified)
[Makefile]
indent_style = tab