Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattpalermo/VBA-project-template
A set of configuration files for VBA projects
https://github.com/mattpalermo/VBA-project-template
configuration git project-template vba
Last synced: 2 months ago
JSON representation
A set of configuration files for VBA projects
- Host: GitHub
- URL: https://github.com/mattpalermo/VBA-project-template
- Owner: mattpalermo
- License: mit
- Created: 2018-01-01T00:05:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-01T00:25:15.000Z (about 7 years ago)
- Last Synced: 2024-08-09T02:19:50.617Z (6 months ago)
- Topics: configuration, git, project-template, vba
- Homepage:
- Size: 1.95 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - mattpalermo/VBA-project-template - A set of configuration files for VBA projects (Others)
README
# VBA-project-template
A set of configuration files for VBA projects
Copy the following files into your project to make sure that Git, text editors
and [VBA-Import-Export](https://github.com/mattpalermo/VBA-Import-Export) all
work properly:* `.editorconfig`
* `.gitattributes`
* `.gitignore`When using Git and text editors with VBA code, it is very important to make sure
the line endings are always CRLF. The `.gitattributes` and `.editorconfig` will
make sure this is always taken care of. `.editorconfig` also makes sure that the
indenting is kept consistent with how the VBE likes it.Appropriate configuration for using
[VBA-Import-Export](https://github.com/mattpalermo/VBA-Import-Export) has also
been included in `.gitattributes` and `.editorconfig`.The `.gitignore` is a helpful starting point for your Git ignore. It ignores
the Microsoft office temporary files. I have also assumed that you don't want
to accidentally commit your built add-in file(s) to the repo.