Skip to content

Commit

Permalink
Clean up personal site
Browse files Browse the repository at this point in the history
lots of config files and more sensible separation of modules
  • Loading branch information
128f committed May 10, 2022
1 parent db1cedb commit ca9c37b
Show file tree
Hide file tree
Showing 11 changed files with 7,054 additions and 162 deletions.
32 changes: 32 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true

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

# 4 space indentation
[*.py]
indent_style = space
indent_size = 4

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

# Indentation override for all JS under lib directory
[**.js]
indent_style = space
indent_size = 4

# Matches the exact files either package.json or .travis.yml
[{package.json,.travis.yml}]
indent_style = space
indent_size = 2

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules/**
dist/**
161 changes: 0 additions & 161 deletions index.html

This file was deleted.

1 change: 0 additions & 1 deletion lsystems.js

This file was deleted.

Loading

0 comments on commit ca9c37b

Please sign in to comment.