diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..7727cd6 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,23 @@ +# EditorConfig is awesome: http://EditorConfig.org + +# top-most EditorConfig file +root = true + +[*] +# use line feed +end_of_line = lf + +# ensure file ends with a newline when saving +insert_final_newline = true + +# soft tabs +indent_style = space + +# number of columns used for each indentation level +indent_size = 2 + +# remove any whitespace characters preceding newline characters +trim_trailing_whitespace = true + +# character set +charset = utf-8 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b9fa3c1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +*.abcl +*.fasl +*.dx32fsl +*.dx64fsl +*.lx32fsl +*.lx64fsl +*.x86f +*~ +.#*