Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Sobo committed Dec 19, 2016
1 parent b19b011 commit 241c3fb
Show file tree
Hide file tree
Showing 15 changed files with 767 additions and 836 deletions.
5 changes: 5 additions & 0 deletions .clang-format
@@ -0,0 +1,5 @@
---
Language: Cpp
BasedOnStyle: Google
ColumnLimit: 120
...
4 changes: 3 additions & 1 deletion binding.gyp
Expand Up @@ -6,8 +6,10 @@
"superstring_core"
],
"sources": [
"src/bindings/binding.cc"
"src/bindings/bindings.cc"
"src/bindings/marker-index-wrapper.cc",
"src/bindings/patch-wrapper.cc",
"src/bindings/point-wrapper.cc",
],
"include_dirs": [
"src/core",
Expand Down

0 comments on commit 241c3fb

Please sign in to comment.