woo-razorpay
Last commit date
css
4 years ago
images
5 years ago
includes
3 years ago
js
4 years ago
public
3 years ago
razorpay-sdk
3 years ago
templates
3 years ago
tests
3 years ago
.editorconfig
9 years ago
LICENSE
10 years ago
btn-1cc-checkout.js
3 years ago
composer.json
3 years ago
composer.wp-install.json
3 years ago
debug.md
4 years ago
phpunit.xml
3 years ago
readme.txt
3 years ago
script.js
3 years ago
woo-razorpay.php
3 years ago
.editorconfig
14 lines
| 1 | ; This file is for unifying the coding style for different editors and IDEs. |
| 2 | ; More information at http://EditorConfig.org |
| 3 | |
| 4 | root = true |
| 5 | ; Use 2 spaces for indentation in all files |
| 6 | |
| 7 | [*.php] |
| 8 | end_of_line = lf |
| 9 | charset = utf-8 |
| 10 | trim_trailing_whitespace = true |
| 11 | indent_style = space |
| 12 | indent_size = 4 |
| 13 | insert_final_newline = true |
| 14 |