Skip to content

h8nor/CellSpotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributing code

We are happy to receive Pull Requests adding new features and solving bugs. As for new features, please contact us before doing major work.

Git setup

Download client hook to the local repository directory REPO\.git\hooks without extention .sh.

Since Windows and UNIX-based systems differ in terms of line endings, it is a very good idea to configure git autocrlf settings.

  • On Windows we recommend setting core.autocrlf to true.

     git config --global core.autocrlf true
  • On Mac we recommend setting core.autocrlf to input.

     git config --global core.autocrlf input

Code style guidelines

Please use 2 spaces for indentation.

Questions & support

Localization

CellSpotter base language is Russian. Maintaining English language not planned soon.

Licensing

CellSpotter is licensed under the MS-PL License.

About

Assistant when working with table data (VBA)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published