woo-razorpay
Last commit date
images
8 years ago
includes
6 years ago
razorpay-sdk
8 years ago
.editorconfig
9 years ago
LICENSE
10 years ago
readme.txt
6 years ago
script.js
8 years ago
woo-razorpay.php
6 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 |