Skip to content

Commit 0771382

Browse files
committedMar 29, 2017
adds bit manipulation and refactor directories
1 parent bf5e466 commit 0771382

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+195
-6
lines changed
 

‎editorconfig‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Cross-editor coding style settings.
2+
# See http://editorconfig.org/ for details.
3+
4+
root = true
5+
6+
[*]
7+
charset = utf-8
8+
indent_style = space
9+
indent_size = 2
10+
end_of_line = lf
11+
trim_trailing_whitespace = true
12+
insert_final_newline = true
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)
Please sign in to comment.