code_packager 0.1.0

A tool to package source code files into a single text file with syntax formatting
Documentation
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false

# for ps1 files
[*.ps1]
end_of_line = crlf
charset = utf-8

[*.yml,*.yaml]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8