You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
288 B
13 lines
288 B
/*
|
|
* ഓം ബ്രഹ്മാർപ്പണം
|
|
* .prettierrc.js
|
|
* Created: Sat Mar 21 2020 22:14:26 GMT+0530 (GMT+05:30)
|
|
* Copyright 2020 Harish Karumuthil<harish2704@gmail.com>
|
|
*/
|
|
module.exports = {
|
|
trailingComma: "es5",
|
|
tabWidth: 2,
|
|
semi: true,
|
|
singleQuote: true
|
|
};
|
|
|
|
|