Logo
Explore Help
Sign In
DaddyFrosty/yoga
1
0
Fork 0
You've already forked yoga
Code Issues 96 Pull Requests 31 Actions Packages Projects Releases 33 Wiki Activity
Files
admirsaheta/main
yoga/.prettierrc.js

17 lines
347 B
JavaScript
Raw Permalink Normal View History

Make cmakeBuildTask accept opts instead of array (#1204) Summary: Pull Request resolved: https://github.com/facebook/yoga/pull/1204 For expandability, consistency with other tasks, and added explicitness. Reviewed By: huntie Differential Revision: D42285129 fbshipit-source-id: 2b76a7dba7474bfae98509740c13c3e173fa9a27
2022-12-30 20:33:56 -08:00
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @format
*/
module.exports = {
Match `xplat/yoga/javascript` prettier conventions Summary: Match Prettier config to match other Meta OSS projects Didn't update the test generator to use this form yet. Reviewed By: yungsters Differential Revision: D45570415 fbshipit-source-id: d5fd791b047debf41c28aecac75fb8dde16da3e3
2023-05-09 15:35:42 -07:00
arrowParens: 'avoid',
bracketSameLine: true,
bracketSpacing: false,
singleQuote: true,
trailingComma: 'all',
Make cmakeBuildTask accept opts instead of array (#1204) Summary: Pull Request resolved: https://github.com/facebook/yoga/pull/1204 For expandability, consistency with other tasks, and added explicitness. Reviewed By: huntie Differential Revision: D42285129 fbshipit-source-id: 2b76a7dba7474bfae98509740c13c3e173fa9a27
2022-12-30 20:33:56 -08:00
};
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 191ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API