Initial commit

This commit is contained in:
go 2023-12-29 23:01:52 +00:00
commit b5b5a965ba
4 changed files with 53 additions and 0 deletions

22
.editorconfig Normal file
View File

@ -0,0 +1,22 @@
# documentation https://editorconfig.org/
root = true
[*]
end_of_line = lf
charset = utf-8
insert_final_newline = true
max_line_length = 130
indent_style = space
trim_trailing_whitespace = true
tab_width = 2
indent_size = 2
[{*.java,*.js}]
indent_size = 4
ij_continuation_indent_size = 4
[{*.xml,*.html}]
indent_size = 4
[Makefile]
indent_style = tab

28
.gitignore vendored Normal file
View File

@ -0,0 +1,28 @@
# ---> JetBrains
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
.idea/
*.iml
# CMake
cmake-build-*/
# File-based project format
*.iws
# IntelliJ
out/
# mpeltonen/sbt-idea plugin
.idea_modules/
# JIRA plugin
atlassian-ide-plugin.xml
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties

1
LICENSE Normal file
View File

@ -0,0 +1 @@
"THE BEER-WARE LICENSE" (Revision 42): <phk@FreeBSD.ORG> wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return Poul-Henning Kamp

2
README.md Normal file
View File

@ -0,0 +1,2 @@
# public-template