├── .gitattributes └── README.md /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Essential Tools for Programming 2 | =============================== 3 | 4 | This [wiki](https://github.com/accu-org/essential-tools/wiki) is intended as a guide for tools that are considered to be essential for programmers by members of [ACCU](http://accu.org/). --------------------------------------------------------------------------------