Add version number and best practices

This commit is contained in:
Florine W. Dekker 2020-03-14 12:45:53 +01:00
parent 6f36136986
commit 1150cabaea
Signed by: FWDekker
GPG Key ID: B1B567AF58D6EE0F
3 changed files with 207 additions and 185 deletions

11
.editorconfig Normal file
View File

@ -0,0 +1,11 @@
root = true
[*]
charset = utf-8
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# Codsworth name generator
Choose a fitting name for your _Fallout 4_ character that Codsworth can pronounce.
This tool gives you a list of names that look like yours so that you can pretend he's saying the right name.

File diff suppressed because one or more lines are too long